{% extends 'base_dashboard.html' %} {% block title %}Certificate details — {{ site_settings.institute_name }}{% endblock %} {% block content %}

Certificate details

Score and certificate information for {{ certificate.recipient_name }}

Back
{% if certificate.is_revoked %}
This certificate has been revoked{% if certificate.revoke_reason %}: {{ certificate.revoke_reason }}{% endif %}.
{% endif %}
Student name
{{ certificate.recipient_name }}
Program / course
{{ certificate.program_title }}
Score
{{ certificate.score_percent|floatformat:1 }}%
Issue date
{{ certificate.issued_at|date:"d M Y" }}
Certificate ID
{{ certificate.verification_code }}
Verify at
Actions

You can download a soft copy for your records. Soft copies are clearly marked and are not the original hard-copy certificate. Official hard copies are printed and issued by academy staff.

{% endblock %}